Autogenerated HTML docs for v1.5.3-rc2-22-g69a9b 
diff --git a/git-config.html b/git-config.html index d549cbd..65d4bbd 100644 --- a/git-config.html +++ b/git-config.html 
@@ -1012,6 +1012,19 @@  </p>   </dd>   <dt>  +core.editor  +</dt>  +<dd>  +<p>  + Commands such as <tt>commit</tt> and <tt>tag</tt> that lets you edit  + messages by lauching an editor uses the value of this  + variable when it is set, and the environment variable  + <tt>GIT_EDITOR</tt> is not set. The order of preference is  + <tt>GIT_EDITOR</tt> environment, <tt>core.editor</tt>, <tt>EDITOR</tt> and  + <tt>VISUAL</tt> environment variables and then finally <tt>vi</tt>.  +</p>  +</dd>  +<dt>   core.pager   </dt>   <dd>  @@ -1851,7 +1864,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 19-Jul-2007 02:09:35 UTC  +Last updated 20-Jul-2007 10:27:37 UTC   </div>   </div>   </body>